home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000358_grinder@no.spam.maam.com_Tue Sep 4 11:15:20 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  34 lines

  1. Article: 12746 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.gamma.ru!Gamma.RU!news.maxwell.syr.edu!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!enews2
  3. From: "Grinder" <grinder@no.spam.maam.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if exist
  6. Date: Mon, 3 Sep 2001 19:05:33 -0500
  7. Organization: http://extra.newsguy.com
  8. Lines: 16
  9. Message-ID: <9n1anr02b6j@enews2.newsguy.com>
  10. References: <9mp7sp0vm6@enews4.newsguy.com> <9mphnl$2jn$1@newsmaster.cc.columbia.edu> <9muuba04gd@enews4.newsguy.com> <9n06u2$n3v$1@news.value.net>
  11. NNTP-Posting-Host: 216-166-242-129.grics.net
  12. X-Priority: 3
  13. X-MSMail-Priority: Normal
  14. X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
  15. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12746
  17.  
  18. > Have you tried either \ffiles(queue/*.zip) or
  19. \ffiles(queue\\*.zip) ?
  20.  
  21. > Either of those forms should work.  \ffiles(queue\*.zip) will
  22. not
  23. > work because of the use of "\" as a Kermit escape character.
  24.  
  25. Ah--thanks.  I'll file this for future reference.  I re-worked
  26. some other aspects of my application such that I don't need to
  27. use wildcards, nor a relative path.  The simplification resolved
  28. my issue.
  29.  
  30. Thanks for your consideration.
  31.  
  32.  
  33.  
  34.